home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-06-12 | 73.2 KB | 2,364 lines |
- object dlgHTMLWizard: TdlgHTMLWizard
- Left = 496
- Top = 195
- HelpContext = 404
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'HTML'
- ClientHeight = 371
- ClientWidth = 417
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pgcHTML: TPageControl
- Left = 0
- Top = 0
- Width = 417
- Height = 371
- ActivePage = tab6
- Align = alClient
- Style = tsButtons
- TabOrder = 0
- OnChange = pgcHTMLChange
- object tab1: TTabSheet
- Caption = 'tab1'
- object Label18: TLabel
- Left = 8
- Top = 8
- Width = 315
- Height = 22
- Caption = 'Welcome to the Web Index Wizard!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label19: TLabel
- Left = 8
- Top = 56
- Width = 385
- Height = 33
- AutoSize = False
- Caption =
- 'This tool will allow you to create a thumbnail index of your fil' +
- 'es that you can upload to your web page.'
- Layout = tlCenter
- WordWrap = True
- end
- object Label20: TLabel
- Left = 8
- Top = 88
- Width = 393
- Height = 29
- AutoSize = False
- Caption = 'Which files would you like to use for your thumbnail index?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlBottom
- WordWrap = True
- end
- object lblFiles: TLabel
- Left = 8
- Top = 184
- Width = 393
- Height = 29
- AutoSize = False
- Caption = 'What file types do you want to include in your index?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlBottom
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object btnNext1: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 3
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- object rdbAllFiles: TRadioButton
- Left = 24
- Top = 132
- Width = 369
- Height = 17
- Caption = 'All Files in the current mode'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rdbselectedfiles: TRadioButton
- Left = 24
- Top = 160
- Width = 377
- Height = 17
- Caption = 'Selected Files in the current mode'
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 18
- Top = 216
- Width = 385
- Height = 57
- BevelOuter = bvNone
- TabOrder = 2
- object rdbFilesImages: TRadioButton
- Left = 8
- Top = 8
- Width = 377
- Height = 17
- Hint =
- 'Only images will be added to your thumbnail index, other file ty' +
- 'pes will be ignored'
- Caption = 'Images Only'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rdbFilesAll: TRadioButton
- Left = 8
- Top = 35
- Width = 377
- Height = 17
- Hint =
- 'All files will be added to the thumbnail index. Non-image forma' +
- 'ts will be given a default thumbnail (unless you have assigned t' +
- 'hem a permanent thumbnail)'
- Caption =
- 'All File Types (a default thumbnail will be given to non-image f' +
- 'ormats)'
- TabOrder = 1
- end
- end
- end
- object tab2: TTabSheet
- Caption = 'tab2'
- object Label21: TLabel
- Left = 8
- Top = 8
- Width = 227
- Height = 22
- Caption = 'What kind of Web Index?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label23: TLabel
- Left = 8
- Top = 64
- Width = 265
- Height = 13
- Caption = 'For what purpose will you use this Web Index?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label22: TLabel
- Left = 48
- Top = 120
- Width = 329
- Height = 52
- AutoSize = False
- Caption =
- 'Web Pages, images and thumbnails will all be copied to a specifi' +
- 'ed folder so that you can easily transfer the contents to your w' +
- 'eb site. Relative references will be used for specifying file l' +
- 'ocations.'
- WordWrap = True
- end
- object Label26: TLabel
- Left = 48
- Top = 208
- Width = 313
- Height = 52
- AutoSize = False
- Caption =
- 'Web pages and thumbnails will be created in a specified location' +
- '. Links to files will be explicitly specified as their current ' +
- 'locations (e.g, file:///C:/MyImages/image.jpg)'
- WordWrap = True
- end
- object Bevel3: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel4: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object btnprev2: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 2
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object BitBtn2: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 3
- OnClick = BitBtn2Click
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- object rdbInternet: TRadioButton
- Left = 16
- Top = 96
- Width = 377
- Height = 17
- Caption = 'Publishing on an Internet Web Site'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rdbInternetClick
- end
- object rdblocalsite: TRadioButton
- Left = 16
- Top = 184
- Width = 385
- Height = 17
- Caption = 'As an index to files on my computer'
- TabOrder = 1
- OnClick = rdbInternetClick
- end
- end
- object tab3: TTabSheet
- Caption = 'tab3'
- object Label24: TLabel
- Left = 32
- Top = 124
- Width = 275
- Height = 26
- Caption =
- 'Note: A new folder will be created in the location that you spe' +
- 'cify to contain all of the required files.'
- WordWrap = True
- end
- object Label27: TLabel
- Left = 8
- Top = 8
- Width = 128
- Height = 22
- Caption = 'Output Folder'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label28: TLabel
- Left = 8
- Top = 48
- Width = 393
- Height = 29
- AutoSize = False
- Caption = 'Please specify the folder where the Index should be created:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlBottom
- WordWrap = True
- end
- object Label29: TLabel
- Left = 32
- Top = 160
- Width = 281
- Height = 39
- Caption =
- 'Please also note that all of the images used in the index will b' +
- 'e copied to this folder so please ensure that you have sufficien' +
- 't disk space.'
- WordWrap = True
- end
- object Label30: TLabel
- Left = 8
- Top = 212
- Width = 377
- Height = 26
- AutoSize = False
- Caption =
- 'Please specify the filename that should be used for the main HTM' +
- 'L index page:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlBottom
- WordWrap = True
- end
- object Bevel5: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel6: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object edtHTMLName: TEdit
- Left = 40
- Top = 248
- Width = 193
- Height = 21
- Hint =
- 'This is the file that will be used for the main Web page, all ot' +
- 'her pages will have an incremented file name (e.g. if you first ' +
- 'file is Index.html, your second will be Index2.html, etc)'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- Text = 'index.html'
- end
- object edtSaveHTMLDirectory: TEdit
- Left = 32
- Top = 88
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object btnBrowse1: TXILBitBtn
- Left = 304
- Top = 86
- Width = 81
- Height = 25
- HelpContext = 96
- Caption = 'Browse..'
- TabOrder = 1
- OnClick = btnBrowse1Click
- Images = frmMain.imgXILButtons
- ImageIndex = 8
- end
- object btnPrev3: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 3
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object btnNext3: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 4
- OnClick = btnNext3Click
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- end
- object tab4: TTabSheet
- Caption = 'tab4'
- OnShow = tab4Show
- object Label25: TLabel
- Left = 8
- Top = 8
- Width = 152
- Height = 22
- Caption = 'Output Filename'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label31: TLabel
- Left = 8
- Top = 128
- Width = 393
- Height = 45
- AutoSize = False
- Caption = 'Where should the created thumbnails be saved to:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlBottom
- WordWrap = True
- end
- object Label32: TLabel
- Left = 8
- Top = 56
- Width = 393
- Height = 29
- AutoSize = False
- Caption = 'Please specify the filename for the main Web index page:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlBottom
- end
- object Bevel7: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel8: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object btnPrev4: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 4
- OnClick = btnPrev4Click
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object btnNext4: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 5
- OnClick = btnNext4Click
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- object edtHTMLfile: TEdit
- Left = 24
- Top = 96
- Width = 265
- Height = 21
- Hint =
- 'This is the file that will be used for the main Web page, all ot' +
- 'her pages will have an incremented file name (e.g. if you first ' +
- 'file is Index.html, your second will be Index2.html, etc)'
- TabOrder = 0
- end
- object btnhtmlbrowse: TXILBitBtn
- Left = 304
- Top = 94
- Width = 81
- Height = 25
- HelpContext = 96
- Caption = 'Browse..'
- TabOrder = 1
- OnClick = btnbrowse
- Images = frmMain.imgXILButtons
- ImageIndex = 8
- end
- object Chksavetohtmldir: TRadioButton
- Left = 32
- Top = 188
- Width = 369
- Height = 17
- Hint =
- 'If this is checked then the thumbnail files will be saved to the' +
- ' same folder as the created Web files'
- Caption = 'Save thumbnails to same folder as Web pages'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- TabStop = True
- end
- object rdbSaveToImageDir: TRadioButton
- Left = 32
- Top = 216
- Width = 377
- Height = 17
- Hint =
- 'If this is checked then the thumbnail files will be saved to the' +
- ' same folder as the images for which they relate to'
- Caption = 'Save thumbnails to their respective image folders'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- end
- object tab5: TTabSheet
- Caption = 'tab5'
- object Label33: TLabel
- Left = 8
- Top = 8
- Width = 116
- Height = 22
- Caption = 'Page Layout'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label34: TLabel
- Left = 8
- Top = 53
- Width = 393
- Height = 31
- AutoSize = False
- Caption = 'What layout would you like to use for your Web Thumbnail Pages:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlCenter
- WordWrap = True
- end
- object rdbdescr: TToolbarButton97
- Left = 33
- Top = 155
- Width = 63
- Height = 50
- GroupIndex = 543
- Flat = False
- Glyph.Data = {
- B60B0000424DB60B00000000000036040000280000002F000000280000000100
- 08000000000080070000C40E0000C40E00000001000000000000003100000039
- 000000420000B5420000004A0000AD4A0000BD4A000000520000C6520000005A
- 0000085A0000C65A0000006300007B630000CE630000C66B0000DE6B0000E76B
- 0000DE730000F78C0000084208009C4208000052080008520800085A0800086B
- 0800D68C0800106B1000186B100008731000E78C1000106B1800BD6B1800CE7B
- 1800218C1800DE7B2100AD9C2100C6732900318C2900B5AD2900FFAD2900BD73
- 3100318C310029B53100398C3900DE8C3900429C3900529C3900B5A5390031AD
- 39009CAD3900AD6B4200319442003994420094944200DE9C420029A5420094B5
- 4200FFB5420084BD42004AA54A004AAD4A0094B54A008CBD4A00FFBD4A00429C
- 5200FFC65200A5BD5A00FFBD5A00FFC65A00FFCE5A005ABD630063C66300FFCE
- 63006B6B6B004AC66B0073737300CE9C730052A5730052B57B00F7CE7B0073D6
- 7B00FFD67B00848484008C84840063B58400E7D68400F7D68400FFD684008484
- 8C008C848C0094848C008C8C8C007BCE8C008CCE8C00F7CE8C00FFD68C00FFE7
- 8C008C8C9400948C94008C94940094949400DEBD9400EFC694008CCE9400F7CE
- 9400848C9C008C949C009C9C9C00E7C69C00EFC69C00EFCE9C008CD69C00F7D6
- 9C00FFD69C00FFEF9C00A5A5A50073CEA500EFCEA500F7D6A50094DEA500FFDE
- A500A5A5AD00ADADAD00F7D6AD0094DEAD00F7DEAD0073E7AD00ADADB500ADB5
- B500B5B5B5007BD6B50094DEB50084E7B500B5B5BD00BDBDBD009CD6BD008CDE
- BD00F7DEBD00FFFFBD00BDBDC600BDC6C600C6C6C60094E7C600F7EFC600FFEF
- C60094E7CE00FFFFCE0094E7DE0094EFE70094FFE700FF00FF009CFFFF00A5FF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00979797979797
- 97979797979797979797979797974A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
- 4A4A4A4A4A4A4A4A4A0097979797979797979797979797979797979797974A9A
- 9A9A9A9A9A9A9A9A9091908A7E7C776F67676767676767674A00979797979797
- 97979797979797979797979797974A9A9A9A9A9A9A9A9A9A9A91908A8A7C776F
- 6F676767676767674A0097979797979797979797979797979797979797974A9A
- 9A65635C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C67674A00979797979797
- 97979797979797979797979797974A9A9A655E5E5E5555707878787D84848989
- 898F9292925467674A0097979797979797979797979797979797979797974A9A
- 9A6C2C2A2A353535353535414E4E4F7583929695945467674A00979797979797
- 97979797979797979797979797974A9A9A6C1704041616161616161714142A4E
- 4F999895955467674A0097979797979797979797979797979797979797974A9A
- 9A6C170404161616161604141414174E75999898955467674A004A4A4A4A4A4A
- 4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A9A9A74170702010101010002171B1F2A4F
- 5D857F7F755A77674A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A
- 9A74261C1B1701010001141F38384B51513E2727306277774A004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A7B2E2E2A1F0102040418263E3E3224
- 241A13131E6A7C7C4A004A9A9A4B4B4B4B4B9A9A9A9A9A9A9A9A9A9A9A9A4A9A
- 9A8047473C1C0707090A1C0D0F0F0E1010101212236A7E7E4A004A9A9A2B2B2B
- 2B3D9A9A4C9A9A4C9A4C4C654C4C4A9A9A8047473D261B070C1C1C0D0F0F0E0E
- 0E0E1210216A8A7C4A004A9A9A22222231609A9A4C4C9A4C9A4C9A9A4C654A9A
- 9A823D3D3D2F2F2F2E36362D23230E0E0B0B080B0F6B8A7C4A004A9A9A372231
- 56609A9A4C4C654C9A4C9A9A4C4C4A9A9A873B3B3B4356565673735049503725
- 25290505056B908A4A004A9A9A40404044459A9A9A9A9A9A9A9A9A9A9A9A4A9A
- 9A873F3B3B4356565058735850494425372D0505156B90904A004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A87585252495F5F58585F5F5050508B
- 6F674D4D336293934A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A
- 9A8E7777695F5F505F7C69697C7C716F6F76767676599A9A4A004A9A9A4B4B4B
- 4B4B9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A8E766F6F76766F6F6D6D6D6D6D6D6D
- 6D6D676767629A9A4A004A9A9A2B2B2B2B3D9A9A4C9A9A4C9A4C4C654C4C4A9A
- 9A8E766F6F7676766D6D6D6D6D6D6D6D6D6D676766629A9A4A004A9A9A222222
- 31609A9A4C4C9A4C9A4C9A9A4C654A9A9A8D8D8C8C8786868682828180807B7A
- 7A7A74746C6C9A9A4A004A9A9A37223156609A9A4C4C654C9A4C9A9A4C4C4A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A004A9A9A404040
- 44459A9A9A9A9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A4A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A4A
- 4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9390908A4A
- 979797979797979797004A9A9A4B4B4B4B4B9A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9390904A979797979797979797004A9A9A2B2B2B
- 2B3D9A9A4C9A9A4C9A4C4C654C4C4C9A654C654C9A4C9A4C9A9A654C6593934A
- 979797979797979797004A9A9A22222231609A9A4C4C9A4C9A4C9A9A4C659A9A
- 9A4C9A4C9A4C9A4C4C9A4C9A4C9A9A4A979797979797979797004A9A9A372231
- 56609A9A4C4C654C9A4C9A9A4C4C4C9A654C654C4C659A4C4C65654C659A9A4A
- 979797979797979797004A9A9A40404044459A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A
- 979797979797979797004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
- 9A9A9A4A4A4A9A4A9A9A4A9A654A4A4A9A654A4A9A4A9A9A4A9A9A9A9A9A9A4A
- 979797979797979797004A9A9A9A9A9A9A9A9A9A4A9A9A4A9A9A4A9A4A9A9A4A
- 9A4A9A9A9A9A4C4C9A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
- 9A9A9A9A4A9A9A4A9A9A4A9A4A9A9A4A9A4A4A4A9A9A4C4C9A9A9A9A9A9A9A4A
- 979797979797979797004A9A9A9A9A9A9A9A9A9A4A9A9A4A4A4A659A654A4A4A
- 9A654A659A4A9A9A4A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
- 9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A
- 979797979797979797004A9A9A9A9A9A9A9A9A4A4A4A9A9A9A9A9A9A9A9A9A4A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A
- 979797979797979797004A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
- 4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A97979797979797979700}
- OnClick = rdbcolumnsClick
- end
- object rdbFrames: TToolbarButton97
- Left = 33
- Top = 216
- Width = 63
- Height = 50
- GroupIndex = 543
- Flat = False
- Glyph.Data = {
- B60B0000424DB60B00000000000036040000280000002F000000280000000100
- 08000000000080070000C40E0000C40E00000001000000000000003100000039
- 000000420000B5420000004A0000AD4A0000BD4A000000520000C6520000005A
- 0000085A0000C65A0000006300007B630000CE630000C66B0000DE6B0000E76B
- 0000DE730000F78C0000084208009C4208000052080008520800085A0800086B
- 0800D68C0800106B1000186B100008731000E78C1000106B1800BD6B1800CE7B
- 1800218C1800DE7B2100AD9C2100C6732900318C2900B5AD2900FFAD2900BD73
- 3100318C310029B53100398C3900DE8C3900429C3900529C3900B5A5390031AD
- 39009CAD3900AD6B4200319442003994420094944200DE9C420029A5420094B5
- 4200FFB5420084BD42004AA54A004AAD4A0094B54A008CBD4A00FFBD4A00429C
- 5200FFC65200A5BD5A00FFBD5A00FFC65A00FFCE5A005ABD630063C66300FFCE
- 63006B6B6B004AC66B0073737300CE9C730052A5730052B57B00F7CE7B0073D6
- 7B00FFD67B00848484008C84840063B58400E7D68400F7D68400FFD684008484
- 8C008C848C0094848C008C8C8C007BCE8C008CCE8C00F7CE8C00FFD68C00FFE7
- 8C008C8C9400948C94008C94940094949400DEBD9400EFC694008CCE9400F7CE
- 9400848C9C008C949C009C9C9C00E7C69C00EFC69C00EFCE9C008CD69C00F7D6
- 9C00FFD69C00FFEF9C00A5A5A50073CEA500EFCEA500F7D6A50094DEA500FFDE
- A500A5A5AD00ADADAD00F7D6AD0094DEAD00F7DEAD0073E7AD00ADADB500ADB5
- B500B5B5B5007BD6B50094DEB50084E7B500B5B5BD00BDBDBD009CD6BD008CDE
- BD00F7DEBD00FFFFBD00BDBDC600BDC6C600C6C6C60094E7C600F7EFC600FFEF
- C60094E7CE00FFFFCE0094E7DE0094EFE70094FFE700FF00FF009CFFFF00A5FF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00979797979797
- 9797979797979797979797979797979797979797979797979797979797979797
- 9797979797979797970097979797979797979797979797979797979797979797
- 9797979797979797979797979797979797979797979797979700979797979797
- 9797979797979797979797979797979797979797979797979797979797979797
- 9797979797979797970097979797979797979797979797979797979797979797
- 9797979797979797979797979797979797979797979797979700979797974A4A
- 4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
- 4A4A4A4A979797979700979797974A8A7E7C776F676767714A9A9A9A9A9A9A9A
- 9A9A9091908A7E7C776F6767676767676767674A979797979700979797974A8A
- 8A7C776F6F67676F4A9A9A9A9A9A9A9A9A9A9A91908A8A7C776F6F6767676767
- 6767674A979797979700979797974A908A4B4B4B4B4B676F4A9A9A9A9A9A9A9A
- 9A9A9A9A90908A8A7C7C6F6F676767676767674A979797979700979797974A90
- 902B2B2B2B3D6F674A9A9A9A9A9A9A9A9A9A9A9A9090908A7E7C7C6F6F676767
- 6767674A979797979700979797974A909022222231606F6F4A9A9A9A9A9A9A9A
- 9A9A9A9A9A9090908A8A7C7C6F6F6F676767674A979797979700979797974A9A
- 90372231566077774A9A9A65635C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C
- 5C67674A979797979700979797974A9A9340404044457C7C4A9A9A655E5E5E5E
- 68707878787D848489898989929288885467674A979797979700979797974A9A
- 9A9A90908A8A7E7E4A9A9A655E5E5E5555707878787D84848989898F92929288
- 5467674A979797979700979797974A9A9A9A9390908A8A7C4A9A9A6C2C2A2A35
- 3535353535414E4E4F75839296959494546F674A979797979700979797974A9A
- 9A4B4B4B4B4B8A904A9A9A6C1704041616161616161714142A4E4F9998959595
- 546F6F4A979797979700979797974A9A9A2B2B2B2B3D90904A9A9A6C17040416
- 1616161604141414174E7599989895955477774A979797979700979797974A9A
- 9A222222316090904A9A9A74170702010101010002171B1F2A4F5D857F7F7575
- 5A7C7C4A979797979700979797974A9A9A372231566093904A9A9A741B190A04
- 01010000001B22343D51513E27273030627E7E4A979797979700979797974A9A
- 9A40404044459A934A9A9A74261C1B1701010001141F38384B51513E27273030
- 628A7C4A979797979700979797974A9A9A9A9A9A9A9A9A9A4A9A9A7B2E2E2A1F
- 0102040418263E3E3224241A13131E1E6A8A7C4A979797979700979797974A9A
- 9A9A9A9A9A9A9A9A4A9A9A8047473C1C0707090A1C0D0F0F0E10101012122321
- 6A908A4A979797979700979797974A9A9A4B4B4B4B4B9A9A4A9A9A8047473D26
- 1B070C1C1C0D0F0F0E0E0E0E121021216A90904A979797979700979797974A9A
- 9A2B2B2B2B3D9A9A4A9A9A823D3D3D2F2F2F2E36362D23230E0E0B0B080B0F20
- 6B93934A979797979700979797974A9A9A22222231609A9A4A9A9A873B3B3B43
- 565656737350495037252529050505156B9A9A4A979797979700979797974A9A
- 9A37223156609A9A4A9A9A873F3B3B4356565058735850494425372D05051515
- 6B9A9A4A979797979700979797974A9A9A40404044459A9A4A9A9A8758525249
- 5F5F58585F5F5050508B6F674D4D3333629A9A4A979797979700979797974A9A
- 9A9A9A9A9A9A9A9A4A9A9A8E7777695F5F505F7C69697C7C716F6F767676766D
- 599A9A4A979797979700979797974A9A9A9A9A9A9A9A9A9A4A9A9A8E766F6F76
- 766F6F6D6D6D6D6D6D6D6D6D67676766629A9A4A979797979700979797974A9A
- 9A4B4B4B4B4B9A9A4A9A9A8E766F6F7676766D6D6D6D6D6D6D6D6D6D67676666
- 629A9A4A979797979700979797974A9A9A2B2B2B2B3D9A9A4A9A9A8D8D8C8C87
- 86868682828180807B7A7A7A74746C6C6C9A9A4A979797979700979797974A9A
- 9A22222231609A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A4A979797979700979797974A9A9A37223156609A9A4A9A9A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979700979797974A9A
- 9A40404044459A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A4A979797979700979797974A9A9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979700979797974A9A
- 9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A4A979797979700979797974A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
- 4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A979797979700979797979797
- 9797979797979797979797979797979797979797979797979797979797979797
- 9797979797979797970097979797979797979797979797979797979797979797
- 9797979797979797979797979797979797979797979797979700979797979797
- 9797979797979797979797979797979797979797979797979797979797979797
- 9797979797979797970097979797979797979797979797979797979797979797
- 9797979797979797979797979797979797979797979797979700}
- OnClick = rdbcolumnsClick
- end
- object rdbcolumns: TToolbarButton97
- Left = 33
- Top = 94
- Width = 63
- Height = 50
- GroupIndex = 543
- Down = True
- Flat = False
- Glyph.Data = {
- B60B0000424DB60B00000000000036040000280000002F000000280000000100
- 08000000000080070000C40E0000C40E00000001000000000000003100000039
- 000000420000B5420000004A0000AD4A0000BD4A000000520000C6520000005A
- 0000085A0000C65A0000006300007B630000CE630000C66B0000DE6B0000E76B
- 0000DE730000F78C0000084208009C4208000052080008520800085A0800086B
- 0800D68C0800106B1000186B100008731000E78C1000106B1800BD6B1800CE7B
- 1800218C1800DE7B2100AD9C2100C6732900318C2900B5AD2900FFAD2900BD73
- 3100318C310029B53100398C3900DE8C3900429C3900529C3900B5A5390031AD
- 39009CAD3900AD6B4200319442003994420094944200DE9C420029A5420094B5
- 4200FFB5420084BD42004AA54A004AAD4A0094B54A008CBD4A00FFBD4A00429C
- 5200FFC65200A5BD5A00FFBD5A00FFC65A00FFCE5A005ABD630063C66300FFCE
- 63006B6B6B004AC66B0073737300CE9C730052A5730052B57B00F7CE7B0073D6
- 7B00FFD67B00848484008C84840063B58400E7D68400F7D68400FFD684008484
- 8C008C848C0094848C008C8C8C007BCE8C008CCE8C00F7CE8C00FFD68C00FFE7
- 8C008C8C9400948C94008C94940094949400DEBD9400EFC694008CCE9400F7CE
- 9400848C9C008C949C009C9C9C00E7C69C00EFC69C00EFCE9C008CD69C00F7D6
- 9C00FFD69C00FFEF9C00A5A5A50073CEA500EFCEA500F7D6A50094DEA500FFDE
- A500A5A5AD00ADADAD00F7D6AD0094DEAD00F7DEAD0073E7AD00ADADB500ADB5
- B500B5B5B5007BD6B50094DEB50084E7B500B5B5BD00BDBDBD009CD6BD008CDE
- BD00F7DEBD00FFFFBD00BDBDC600BDC6C600C6C6C60094E7C600F7EFC600FFEF
- C60094E7CE00FFFFCE0094E7DE0094EFE70094FFE700FF00FF009CFFFF00A5FF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00979797979797
- 97979797979797979797979797974A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
- 4A4A4A4A4A4A4A4A4A0097979797979797979797979797979797979797974A9A
- 9A9A9A9A9A9A9A9A9091908A7E7C776F67676767676767674A00979797979797
- 97979797979797979797979797974A9A9A9A9A9A9A9A9A9A9A91908A8A7C776F
- 6F676767676767674A0097979797979797979797979797979797979797974A9A
- 9A65635C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C67674A00979797979797
- 97979797979797979797979797974A9A9A655E5E5E5555707878787D84848989
- 898F9292925467674A0097979797979797979797979797979797979797974A9A
- 9A6C2C2A2A353535353535414E4E4F7583929695945467674A00979797979797
- 97979797979797979797979797974A9A9A6C1704041616161616161714142A4E
- 4F999895955467674A0097979797979797979797979797979797979797974A9A
- 9A6C170404161616161604141414174E75999898955467674A004A4A4A4A4A4A
- 4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A9A9A74170702010101010002171B1F2A4F
- 5D857F7F755A77674A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A904A9A
- 9A74261C1B1701010001141F38384B51513E2727306277774A004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A7B2E2E2A1F0102040418263E3E3224
- 241A13131E6A7C7C4A004A9A9A9A4B4B4B4B4B9A9A9A4B4B4B4B4B9A9A9A4A9A
- 9A8047473C1C0707090A1C0D0F0F0E1010101212236A7E7E4A004A9A9A9A2B2B
- 2B2B3D9A9A9A2B2B2B2B3D9A9A9A4A9A9A8047473D261B070C1C1C0D0F0F0E0E
- 0E0E1210216A8A7C4A004A9A9A9A22222231609A9A9A22222231609A9A9A4A9A
- 9A823D3D3D2F2F2F2E36362D23230E0E0B0B080B0F6B8A7C4A004A9A9A9A3722
- 3156609A9A9A37223156609A9A9A4A9A9A873B3B3B4356565673735049503725
- 25290505056B908A4A004A9A9A9A40404044459A9A9A40404044459A9A9A4A9A
- 9A873F3B3B4356565058735850494425372D0505156B90904A004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A87585252495F5F58585F5F5050508B
- 6F674D4D336293934A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A
- 9A8E7777695F5F505F7C69697C7C716F6F76767676599A9A4A004A9A9A9A4B4B
- 4B4B4B9A9A9A4B4B4B4B4B9A9A9A4A9A9A8E766F6F76766F6F6D6D6D6D6D6D6D
- 6D6D676767629A9A4A004A9A9A9A2B2B2B2B3D9A9A9A2B2B2B2B3D9A9A9A4A9A
- 9A8E766F6F7676766D6D6D6D6D6D6D6D6D6D676766629A9A4A004A9A9A9A2222
- 2231609A9A9A22222231609A9A9A4A9A9A8D8D8C8C8786868682828180807B7A
- 7A7A74746C6C9A9A4A004A9A9A9A37223156609A9A9A37223156609A9A9A4A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A004A9A9A9A4040
- 4044459A9A9A40404044459A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A4A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A4A
- 4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9390908A4A97
- 979797979797979797004A9A9A9A4B4B4B4B4B9A9A9A4B4B4B4B4B9A9A9A4B4B
- 4B4B4B9A9A9A4B4B4B4B4B9390904A97979797979797979797004A9A9A9A2B2B
- 2B2B3D9A9A9A2B2B2B2B3D9A9A9A2B2B2B2B3D9A9A9A2B2B2B2B3D9A93934A97
- 979797979797979797004A9A9A9A22222231609A9A9A22222231609A9A9A2222
- 2231609A9A9A22222231609A9A9A4A97979797979797979797004A9A9A9A3722
- 3156609A9A9A37223156609A9A9A37223156609A9A9A37223156609A9A9A4A97
- 979797979797979797004A9A9A9A40404044459A9A9A40404044459A9A9A4040
- 4044459A9A9A40404044459A9A9A4A97979797979797979797004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97
- 979797979797979797004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97979797979797979797004A9A9A9A9A9A
- 9A4A4A4A9A4A9A9A4A9A654A4A4A9A654A4A9A4A9A9A4A9A9A9A9A9A9A9A4A97
- 979797979797979797004A9A9A9A9A9A9A9A4A9A9A4A9A9A4A9A4A9A9A4A9A4A
- 9A9A9A9A4C4C9A9A9A9A9A9A9A9A4A97979797979797979797004A9A9A9A9A9A
- 9A9A4A9A9A4A9A9A4A9A4A9A9A4A9A4A4A4A9A9A4C4C9A9A9A9A9A9A9A9A4A97
- 979797979797979797004A9A9A9A9A9A9A9A4A9A9A4A4A4A659A654A4A4A9A65
- 4A659A4A9A9A4A9A9A9A9A9A9A9A4A97979797979797979797004A9A9A9A9A9A
- 9A9A4A9A9A9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97
- 979797979797979797004A9A9A9A9A9A9A4A4A4A9A9A9A9A9A9A9A9A9A4A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97979797979797979797004A9A9A9A9A9A
- 9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97
- 979797979797979797004A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
- 4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A9797979797979797979700}
- OnClick = rdbcolumnsClick
- end
- object Label47: TLabel
- Left = 104
- Top = 94
- Width = 289
- Height = 50
- AutoSize = False
- Caption =
- 'Thumbnails are displayed in multiple columns. Clicking a thumbn' +
- 'ail displays the image in a new window.'
- Layout = tlCenter
- WordWrap = True
- end
- object Label49: TLabel
- Left = 104
- Top = 155
- Width = 289
- Height = 50
- AutoSize = False
- Caption =
- 'Thumbnails are displayed in a single column. To the right of ea' +
- 'ch thumbnail its file description is listed. Clicking a thumbna' +
- 'il displays the image in a new window.'
- Layout = tlCenter
- WordWrap = True
- end
- object Label50: TLabel
- Left = 104
- Top = 216
- Width = 289
- Height = 50
- AutoSize = False
- Caption =
- 'A single column of thumbnails is displayed in the left hand fram' +
- 'e. Clicking a thumbnail displays it in the right hand frame.'
- Layout = tlCenter
- WordWrap = True
- end
- object Bevel9: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel10: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object btnPrev5: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 0
- OnClick = BitBtn2Click
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object BitBtn12: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 1
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- end
- object tab6: TTabSheet
- Caption = 'tab6'
- object Label39: TLabel
- Left = 8
- Top = 8
- Width = 98
- Height = 22
- Caption = 'Page Style'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel13: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel14: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Label15: TLabel
- Left = 8
- Top = 64
- Width = 122
- Height = 13
- Caption = 'Specify your desired style:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object BitBtn17: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 2
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object btnNext6: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 3
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- object cmbStyle: TComboBox
- Left = 136
- Top = 60
- Width = 249
- Height = 21
- Hint =
- 'Specify a pre-built style to use for your pages, or choose "Cust' +
- 'om" to specify your own color and other settings'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cmbStyleChange
- end
- object GroupBox1: TGroupBox
- Left = 128
- Top = 98
- Width = 257
- Height = 177
- Caption = 'Style Sample'
- TabOrder = 1
- object imgPreview: TImage
- Left = 8
- Top = 13
- Width = 241
- Height = 156
- Hint = 'A sample of the selected style'
- Center = True
- end
- end
- end
- object tab7: TTabSheet
- Caption = 'tab7'
- ImageIndex = 13
- object Label40: TLabel
- Left = 12
- Top = 56
- Width = 72
- Height = 13
- Caption = 'Page colors:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 36
- Top = 77
- Width = 51
- Height = 13
- Caption = 'Body Text:'
- end
- object Label4: TLabel
- Left = 36
- Top = 102
- Width = 28
- Height = 13
- Caption = 'Links:'
- end
- object Label9: TLabel
- Left = 36
- Top = 127
- Width = 62
- Height = 13
- Caption = 'Visited Links:'
- end
- object Label3: TLabel
- Left = 36
- Top = 152
- Width = 61
- Height = 13
- Caption = 'Background:'
- end
- object Label53: TLabel
- Left = 8
- Top = 8
- Width = 175
- Height = 22
- Caption = 'Custom Page Style'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel27: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel28: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object chkAddShadow: TCheckBox
- Left = 12
- Top = 264
- Width = 223
- Height = 17
- Hint =
- 'Adds a drop shadow to the display of your thumbnails and images.' +
- ' '#13#10'NOTE: This will only be visible in Internet Explorer v4.0 or' +
- ' greater)'
- Caption = 'Add a shadow to thumbnails of the color:'
- TabOrder = 13
- end
- object cmbShadowColor: TColorComboBox
- Left = 253
- Top = 261
- Width = 145
- Height = 22
- Hint =
- 'Specify the color of the drop shadow of your thumbnails and imag' +
- 'es. '#13#10'NOTE: This will only be visible in Internet Explorer v4.0' +
- ' or greater)'
- HTMLcolor = '#808080'
- ColorValue = clGray
- TabOrder = 14
- OnChange = cmbShadowColorChange
- end
- object chkBGImage: TCheckBox
- Left = 12
- Top = 179
- Width = 177
- Height = 17
- Hint =
- 'If checked then you can specify an image to use as a background ' +
- 'on the created Web pages'
- Caption = 'Use a background image:'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 8
- end
- object chkImageBackground: TCheckBox
- Left = 12
- Top = 234
- Width = 241
- Height = 17
- Hint = 'Applies a colored background behind the thumbnails'
- Caption = 'Add a background to thumbnails of the color:'
- TabOrder = 11
- end
- object cmbImageBackground: TColorComboBox
- Left = 253
- Top = 231
- Width = 145
- Height = 22
- Hint =
- 'Specify the color of the background that is added to your thumbn' +
- 'ails'
- HTMLcolor = '#C0C0C0'
- ColorValue = clSilver
- TabOrder = 12
- OnChange = cmbImageBackgroundChange
- end
- object Edtbgimage: TEdit
- Left = 60
- Top = 199
- Width = 249
- Height = 21
- Hint = 'The image that will be used as the background for the Web page'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- OnChange = EdtbgimageChange
- end
- object btnbgimagebrowse: TXILBitBtn
- Left = 316
- Top = 197
- Width = 81
- Height = 25
- HelpContext = 96
- Caption = 'Browse..'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 10
- OnClick = btnpreviousbrowseClick
- Spacing = 2
- Images = frmMain.imgXILButtons
- ImageIndex = 9
- end
- object edtbgcolor: TEdit
- Left = 260
- Top = 148
- Width = 60
- Height = 21
- Hint = 'HTML color value for the page'
- TabStop = False
- Color = clBtnFace
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 7
- Text = '#FFFFFF'
- end
- object edtvlink: TEdit
- Left = 260
- Top = 123
- Width = 60
- Height = 21
- Hint = 'HTML color value for the links that have been clicked'
- TabStop = False
- Color = clBtnFace
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 5
- Text = '#800000'
- end
- object cmbvlink: TColorComboBox
- Left = 108
- Top = 123
- Width = 145
- Height = 22
- Hint = 'Color of the links which the user has clicked on'
- HTMLcolor = '#800000'
- ColorValue = clMaroon
- TabOrder = 4
- OnChange = cmbbodytextChange
- end
- object cmbLink: TColorComboBox
- Left = 108
- Top = 98
- Width = 145
- Height = 22
- Hint = 'Color of the links within the Web page'
- HTMLcolor = '#C60000'
- ColorValue = 198
- TabOrder = 2
- OnChange = cmbbodytextChange
- end
- object cmbbodytext: TColorComboBox
- Left = 108
- Top = 73
- Width = 145
- Height = 22
- Hint = 'Color of the text within the Web page'
- HTMLcolor = '#000000'
- ColorValue = clBlack
- TabOrder = 0
- OnChange = cmbbodytextChange
- end
- object edtbodytext: TEdit
- Left = 260
- Top = 73
- Width = 60
- Height = 21
- Hint = 'HTML color value for the text'
- TabStop = False
- Color = clBtnFace
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 1
- Text = '#000000'
- end
- object edtlink: TEdit
- Left = 260
- Top = 98
- Width = 60
- Height = 21
- Hint = 'HTML color value for the links within the page'
- TabStop = False
- Color = clBtnFace
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 3
- Text = '#FF0000'
- end
- object cmbbgcolor: TColorComboBox
- Left = 108
- Top = 148
- Width = 145
- Height = 22
- Hint = 'Color of the background of the Web page'
- HTMLcolor = '#FFFFFF'
- ColorValue = clWhite
- TabOrder = 6
- OnChange = cmbbodytextChange
- end
- object XILBitBtn3: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 15
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object XILBitBtn4: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 16
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- end
- object tab8: TTabSheet
- Caption = 'tab8'
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 130
- Height = 22
- Caption = 'Other Options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label11: TLabel
- Left = 236
- Top = 130
- Width = 23
- Height = 13
- Caption = 'Link:'
- end
- object Label10: TLabel
- Left = 56
- Top = 130
- Width = 47
- Height = 13
- Caption = 'Link Text:'
- end
- object Label16: TLabel
- Left = 304
- Top = 68
- Width = 23
- Height = 13
- Caption = 'Size:'
- end
- object Bevel21: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel22: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Label8: TLabel
- Left = 12
- Top = 68
- Width = 43
- Height = 13
- Caption = 'Heading:'
- end
- object chkLinkButtons: TCheckBox
- Left = 12
- Top = 240
- Width = 329
- Height = 17
- Hint =
- 'If this is checked then you can specify images to use for the Pr' +
- 'evious Page and Next Page links. Otherwise a text link is used'
- Caption = 'Use custom images for Navigation Links'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 8
- OnClick = chkLinkButtonsClick
- end
- object btnNext8: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 12
- OnClick = btnNext8Click
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- object btnPrev8: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 11
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object edtheading: TEdit
- Left = 61
- Top = 64
- Width = 229
- Height = 21
- Hint =
- 'Specify the text that you want to appear at the top of each Web ' +
- 'page'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object chkaddHPLink: TCheckBox
- Left = 12
- Top = 104
- Width = 257
- Height = 17
- Hint =
- 'If you want to add a link to another file on each Web page then ' +
- 'select this option'
- Caption = 'Add a link to your home page'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object edthpname: TEdit
- Left = 108
- Top = 126
- Width = 117
- Height = 21
- Hint = 'Specify the text for the link'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- Text = 'Return to Home Page'
- OnChange = edthpnameChange
- end
- object edthplink: TEdit
- Left = 264
- Top = 126
- Width = 129
- Height = 21
- Hint =
- 'Specify the actual link (location of the destination file, e.g. ' +
- 'index.html, ../home.htm, or http://www.xequte.com/)'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnChange = edthpnameChange
- end
- object chkApplicationLink: TCheckBox
- Left = 12
- Top = 215
- Width = 385
- Height = 17
- Hint =
- 'Provides a link to the Xequte web page for more information on t' +
- 'he software'
- Caption = 'Add Link to Xequte web site'
- Checked = True
- State = cbChecked
- TabOrder = 7
- end
- object spnHeadingSize: TSpinEdit
- Left = 336
- Top = 63
- Width = 57
- Height = 22
- MaxValue = 144
- MinValue = 6
- TabOrder = 1
- Value = 28
- end
- object btnChangeImages: TXILBitBtn
- Left = 268
- Top = 234
- Width = 131
- Height = 25
- Hint = 'Click to select a new JPEG quality setting for your images'
- Caption = 'Specify Images...'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- OnClick = btnChangeImagesClick
- Images = frmMain.ilstButtons16
- ImageIndex = 19
- end
- object chkNoFilenames: TCheckBox
- Left = 12
- Top = 164
- Width = 353
- Height = 17
- Hint =
- 'If this is checked then the filename will not be displayed below' +
- ' the thumbnail image'
- Caption = 'Do not display filenames under thumbnails'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object chkBorder: TCheckBox
- Left = 12
- Top = 265
- Width = 353
- Height = 17
- Hint =
- 'If this option is set then there will be a visible grid encasing' +
- ' the thumbnails'
- Caption = 'Show visible grid between rows and columns'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 10
- end
- object chkAddDescriptionToPages: TCheckBox
- Left = 12
- Top = 189
- Width = 241
- Height = 17
- Hint =
- 'If checked, then when a thumbnail is clicked to display the imag' +
- 'e full size, the file description will be shown beneath the imag' +
- 'e'
- Caption = 'Add descriptions to image display pages'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- end
- object tab9: TTabSheet
- Caption = 'tab9'
- ImageIndex = 12
- object Label51: TLabel
- Left = 8
- Top = 8
- Width = 168
- Height = 22
- Caption = 'Thumbnail Layout'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel25: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel26: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Label35: TLabel
- Left = 8
- Top = 64
- Width = 401
- Height = 13
- AutoSize = False
- Caption = 'How many thumbnails are to be displayed per page:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 40
- Top = 96
- Width = 132
- Height = 13
- Caption = 'Number of Horizontal Rows:'
- end
- object Label42: TLabel
- Left = 40
- Top = 128
- Width = 120
- Height = 13
- Caption = 'Number of Vertical Rows:'
- end
- object Label13: TLabel
- Left = 292
- Top = 258
- Width = 8
- Height = 13
- Caption = '%'
- end
- object Label12: TLabel
- Left = 40
- Top = 258
- Width = 153
- Height = 13
- Caption = 'Thumbnail JPEG Quality Setting:'
- end
- object Label7: TLabel
- Left = 202
- Top = 228
- Width = 34
- Height = 13
- Caption = 'Height:'
- end
- object Label44: TLabel
- Left = 202
- Top = 199
- Width = 31
- Height = 13
- Caption = 'Width:'
- end
- object Label6: TLabel
- Left = 40
- Top = 199
- Width = 152
- Height = 13
- Caption = 'Maximum thumbnail size (Pixels):'
- end
- object Label37: TLabel
- Left = 8
- Top = 152
- Width = 401
- Height = 28
- AutoSize = False
- Caption = 'Please select your desired thumbnail display options:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlBottom
- WordWrap = True
- end
- object XILBitBtn8: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 7
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- object XILBitBtn9: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 6
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object spnhorzthumbno: TSpinEdit
- Left = 184
- Top = 91
- Width = 41
- Height = 22
- Hint =
- 'This value determines how many thumbnails are diplayed side-by-s' +
- 'ide on each Web page'
- MaxLength = 3
- MaxValue = 20
- MinValue = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Value = 4
- end
- object spnVertthumbno: TSpinEdit
- Left = 184
- Top = 123
- Width = 41
- Height = 22
- Hint =
- 'This value determines how many thumbnails are diplayed top-to-bo' +
- 'ttom on each Web page'
- MaxLength = 3
- MaxValue = 999
- MinValue = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Value = 5
- end
- object edtJpegSetting: TEdit
- Left = 240
- Top = 254
- Width = 49
- Height = 21
- Hint =
- 'Specify the quality setting that will be used for the thumbnails' +
- ' that are created. This setting can be lower than normal becaus' +
- 'e the image will be small and so image quality is not so noticab' +
- 'le.'
- TabStop = False
- Color = clBtnFace
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 4
- Text = '70'
- end
- object btnchangejpeg: TXILBitBtn
- Left = 314
- Top = 252
- Width = 75
- Height = 25
- Hint = 'Click to select a new JPEG quality setting for your thumbnails'
- Caption = 'Change'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = btnchangejpegClick
- Images = frmMain.ilstButtons16
- ImageIndex = 19
- end
- object SpnThumbH: TSpinEdit
- Left = 240
- Top = 224
- Width = 49
- Height = 22
- Hint = 'This value sets the maximum height of the thumbnails created'
- Increment = 10
- MaxLength = 4
- MaxValue = 900
- MinValue = 20
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- Value = 140
- end
- object SpnThumbW: TSpinEdit
- Left = 240
- Top = 194
- Width = 49
- Height = 22
- Hint = 'This value sets the maximum width of the thumbnails created'
- Increment = 10
- MaxLength = 4
- MaxValue = 2000
- MinValue = 20
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- Value = 180
- end
- end
- object tab10: TTabSheet
- Caption = 'tab10'
- ImageIndex = 11
- object Label17: TLabel
- Left = 8
- Top = 8
- Width = 134
- Height = 22
- Caption = 'Image Options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label48: TLabel
- Left = 8
- Top = 48
- Width = 385
- Height = 49
- AutoSize = False
- Caption =
- 'This setting allows you to reduce the size of images in your HTM' +
- 'L site (so that they are displayed correctly in the browser and ' +
- 'load faster)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlCenter
- WordWrap = True
- end
- object lblJPEG: TLabel
- Left = 56
- Top = 240
- Width = 95
- Height = 13
- Caption = 'JPEG Quality Value:'
- end
- object lbles2: TLabel
- Left = 220
- Top = 192
- Width = 14
- Height = 13
- Caption = '(w)'
- Enabled = False
- end
- object lblperc: TLabel
- Left = 221
- Top = 240
- Width = 8
- Height = 13
- Caption = '%'
- Enabled = False
- end
- object lbles1: TLabel
- Left = 304
- Top = 159
- Width = 14
- Height = 13
- Caption = 'KB'
- Enabled = False
- end
- object lbles4: TLabel
- Left = 312
- Top = 192
- Width = 12
- Height = 13
- Caption = '(h)'
- Enabled = False
- end
- object lblEmailSize: TLabel
- Left = 56
- Top = 192
- Width = 102
- Height = 13
- Caption = 'Maximum Image Size:'
- end
- object Bevel17: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel18: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object XILBitBtn2: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 7
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object btnNext10: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- Default = True
- TabOrder = 8
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- object rdbNoChange: TRadioButton
- Left = 24
- Top = 104
- Width = 321
- Height = 17
- Hint =
- 'Images will be copied to your Web folder without any modificatio' +
- 'n'
- Caption = 'Do not modify the images'
- TabOrder = 0
- OnClick = rdbNoChangeClick
- end
- object rdbResizeImages: TRadioButton
- Left = 24
- Top = 160
- Width = 337
- Height = 17
- Hint =
- 'If you select this option all images are resized and converted t' +
- 'o JPEG images (which are more compact and will load faster)'
- Caption = 'Resize all images and convert to JPEG format'
- TabOrder = 2
- OnClick = rdbNoChangeClick
- end
- object spnEmailSizeX: TSpinEdit
- Left = 168
- Top = 187
- Width = 49
- Height = 22
- Hint = 'The maximum width that images will be resized to'
- Enabled = False
- Increment = 100
- MaxValue = 10000
- MinValue = 100
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- Value = 800
- end
- object spnEmailSizeY: TSpinEdit
- Left = 256
- Top = 187
- Width = 49
- Height = 22
- Hint = 'The maximum height that images will be resized to'
- Enabled = False
- Increment = 100
- MaxValue = 10000
- MinValue = 100
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- Value = 600
- end
- object rdbHTMLCompatible: TRadioButton
- Left = 24
- Top = 132
- Width = 361
- Height = 17
- Hint =
- 'Images that are of a format that cannot be displayed in a web br' +
- 'owser will be converted to JPEG (you can also use the option bel' +
- 'ow)'
- Caption = 'Convert Images that cannot be displayed in a web browser to JPEG'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rdbNoChangeClick
- end
- object btnImageJPEGQ: TXILBitBtn
- Left = 256
- Top = 234
- Width = 75
- Height = 25
- Hint = 'Click to select a new JPEG quality setting for your images'
- Caption = 'Change'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- OnClick = btnImageJPEGQClick
- Images = frmMain.ilstButtons16
- ImageIndex = 19
- end
- object edtImageJPEGQ: TEdit
- Left = 168
- Top = 236
- Width = 49
- Height = 21
- TabStop = False
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 5
- Text = '75'
- end
- end
- object tab11: TTabSheet
- Caption = 'tab11'
- object lblSlideshow: TLabel
- Left = 8
- Top = 8
- Width = 157
- Height = 22
- Caption = 'Image Slideshow'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblSSExp: TLabel
- Left = 8
- Top = 50
- Width = 393
- Height = 33
- AutoSize = False
- Caption =
- 'This option will add a page that will allow users to view a slid' +
- 'eshow of all your images'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlCenter
- WordWrap = True
- end
- object lblSSFilename: TLabel
- Left = 40
- Top = 118
- Width = 96
- Height = 13
- Caption = 'Slideshow Filename:'
- end
- object lblSSDelay: TLabel
- Left = 40
- Top = 150
- Width = 198
- Height = 13
- Caption = 'Delay between image changes (seconds):'
- end
- object lblSSTrans: TLabel
- Left = 96
- Top = 209
- Width = 141
- Height = 13
- Caption = 'Transition Duration (seconds):'
- end
- object lblTransition: TLabel
- Left = 40
- Top = 182
- Width = 162
- Height = 13
- Caption = 'Transition displayed as images flip:'
- end
- object Bevel15: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel16: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object chkSlideshow: TCheckBox
- Left = 16
- Top = 89
- Width = 329
- Height = 17
- Hint =
- 'If this is checked then you can specify images to use for the Pr' +
- 'evious Page and Next Page links. Otherwise a text link is used'
- Caption = 'Add an image slideshow page to my Web Index'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 0
- OnClick = chkSlideshowClick
- end
- object btnPrevSS: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 8
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- object btnNextSS: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Next'
- TabOrder = 9
- OnClick = btnNextSSClick
- Images = frmMain.imgXILButtons
- ImageIndex = 12
- end
- object edtSSFilename: TEdit
- Left = 152
- Top = 114
- Width = 169
- Height = 21
- Hint = 'The filename which will be given to your slideshow web page'
- TabOrder = 1
- Text = 'slideshow.html'
- end
- object spnSSDelay: TSpinEdit
- Left = 256
- Top = 145
- Width = 65
- Height = 22
- Hint = 'The period for which each image is displayed on screen'
- MaxValue = 100000
- MinValue = 1
- TabOrder = 2
- Value = 5
- end
- object spnSSTrans: TSpinEdit
- Left = 256
- Top = 204
- Width = 65
- Height = 22
- Hint = 'The number of seconds that a transitions takes to complete'
- MaxValue = 30
- MinValue = 1
- TabOrder = 4
- Value = 2
- end
- object cmbTransition: TComboBox
- Left = 216
- Top = 178
- Width = 105
- Height = 21
- Hint =
- 'Displays a transition as images flip from one to another.'#13#10'NOTE:' +
- ' These will only be displayed in Internet Explorer 4.0 or great' +
- 'er (other browsers will show no flip). Also transitions work be' +
- 'st when images are the same size.'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = chkSlideshowClick
- Items.Strings = (
- 'None'
- 'Random'
- 'Blend'
- 'Dissolve'
- 'Box'
- 'Circle'
- 'Vertical Wipe'
- 'Horizontal Wipe'
- 'Diagonal Wipe'
- 'Horizontal Bars'
- 'Vertical Bars')
- end
- object chkBGMusic: TCheckBox
- Left = 42
- Top = 235
- Width = 351
- Height = 17
- Hint =
- 'Allows you to specify a music file that will be played in the ba' +
- 'ckground while your slideshow page is displayed'
- Caption = 'Play a music file in the background:'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object edtBGMusic: TEdit
- Left = 72
- Top = 256
- Width = 233
- Height = 21
- Hint =
- 'Specify a music file that will be played in the background while' +
- ' your slideshow page is displayed'
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 6
- OnChange = edtBGMusicChange
- end
- object btnBGMusic: TXILBitBtn
- Left = 312
- Top = 254
- Width = 81
- Height = 25
- Hint = 'Browse for a sound file'
- HelpContext = 96
- Caption = 'Browse..'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- OnClick = btnBGMusicClick
- Spacing = 2
- Images = frmMain.imgXILButtons
- ImageIndex = 8
- end
- end
- object tab12: TTabSheet
- Caption = 'tab12'
- object Label45: TLabel
- Left = 8
- Top = 8
- Width = 57
- Height = 22
- Caption = 'Finish'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label46: TLabel
- Left = 8
- Top = 64
- Width = 393
- Height = 41
- AutoSize = False
- Caption =
- 'If you are satisfied with your options, please click '#39'Finish'#39' to' +
- ' commence creation of your Web Thumbnail Index'
- WordWrap = True
- end
- object Bevel23: TBevel
- Left = 8
- Top = 42
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object Bevel24: TBevel
- Left = 8
- Top = 298
- Width = 393
- Height = 9
- Shape = bsTopLine
- end
- object btnCreateHTML: TXILBitBtn
- Left = 144
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Finish'
- TabOrder = 0
- OnClick = btnCreateHTMLClick
- Images = frmMain.imgXILButtons
- ImageIndex = 0
- Kind = bkOK
- end
- object rtxfile: TListBox
- Left = 160
- Top = 122
- Width = 113
- Height = 59
- ItemHeight = 13
- TabOrder = 1
- Visible = False
- end
- object btnPrev12: TXILBitBtn
- Tag = -1
- Left = 56
- Top = 308
- Width = 83
- Height = 25
- Caption = 'Previous'
- TabOrder = 2
- OnClick = DefaultNextPreviousClick
- Images = frmMain.imgXILButtons
- ImageIndex = 11
- end
- end
- end
- object btnCancel: TXILBitBtn
- Left = 234
- Top = 335
- Width = 83
- Height = 25
- TabOrder = 1
- Images = frmMain.imgXILButtons
- ImageIndex = 1
- Kind = bkCancel
- end
- object btnHelp: TXILBitBtn
- Left = 322
- Top = 335
- Width = 83
- Height = 25
- TabOrder = 2
- OnClick = btnHelpClick
- Images = frmMain.imgXILButtons
- ImageIndex = 2
- Kind = bkHelp
- end
- object PGOpenHTMLImage: TOpenImageEnDialog
- Filter =
- 'Image files|*.gif; *.jpeg; *.jpg;|GIF Files|*.gif|JPEG Files|*.j' +
- 'peg; *.jpg;'
- Title = 'Please select an image to use'
- AutoSetFilter = False
- PreviewBorderStyle = iepsCropShadow
- Left = 32
- Top = 328
- end
- object SaveDialog2: TSaveDialog
- DefaultExt = '*.html'
- Filter = 'Web Pages (*.html)|*.html|Web Pages (*.htm)|*.htm'
- Title = 'Select file to save entries to'
- Top = 328
- end
- object dlgOpenMusicFile: TOpenDialog
- Left = 8
- Top = 344
- end
- end
-